﻿@charset "utf-8";

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
    margin: 0;
    padding: 0;
}

body,
input,
textarea,
select,
button,
table {
    font-size: 16px;
    line-height: 1.25em;
    font-family: Arial, 'microsoft yahei', Verdana, Helvetica, sans-serif;
}

/*取消按钮点击的时候有阴影*/
a,
img,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -ms-tap-highlight-color: rgba(255, 255, 255, 0);
    -moz-tap-highlight-color: rgba(255, 255, 255, 0);
    -o-tap-highlight-color: rgba(255, 255, 255, 0);
}

button,
input,
textarea,
select {
    border: medium none;
    outline: medium none;
    /*取消chrome下input和textarea的聚焦边框*/
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

body {
    min-width: 320px;
    height: 100vh;
    font-size: 1em;
    -webkit-text-size-adjust: none;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}

header,
footer,
section,
nav,
menu,
details,
hgroup,
figure,
figcaption,
article,
aside {
    margin: 0;
    padding: 0;
    display: block;
}

img,
fieldset {
    border: 0;
}

img {
    vertical-align: middle;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

a {
    color: #666;
    text-decoration: none;
}

.cl:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.cl {
    zoom: 1
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.dis {
    display: block;
}

.hide {
    display: none;
}

.hr_gray {
    border: none;
    border-top: 1px solid #ccc;
}

/*arrow*/
.arr_right:after,
.arr_left:after {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    top: 50%;
    right: 15px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -0.25rem;
}

.arr_down:after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    top: 48%;
    right: -0.85rem;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -0.25rem;
}

.arr_up:after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    top: 50%;
    right: -0.85rem;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -0.15rem;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

body {
    background-color: #fff;
}

.flex {
    display: flex;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-grow-0 {
    flex-grow: 0;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-x-center {
    display: flex;
    justify-content: center;
}

.flex-y-center {
    display: flex;
    align-items: center;
}

.flex-y-start {
    display: flex;
    align-items: flex-start;
}

.flex-x-between {
    display: flex;
    justify-content: space-between;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

/* index PC 开始 */
.service_center_table {
    width: 100%;
    position: relative;
    z-index: 5;
    padding-bottom: 30px;
}

.top_bg {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.servicePc .title {
    width: 1200px;
    padding-top: 80px;
}

.title {
    display: block;
    margin: 0 auto;
}

.servicePc .search_box {
    width: 650px;
    height: 46px;
    border-radius: 30px;
    margin: 60px auto 0;
}

.search_box {
    overflow: hidden;
    position: relative;
    border: 1px solid #305d00;
    background: rgba(255, 255, 255, 0.6);
}

.servicePc .search_box input {
    font-size: 15px;
    padding: 0 95px 0 20px;
}

.search_box input {
    width: 100%;
    height: 100%;
    background: transparent;
    color: #000;
}

.search_box input::placeholder {
    color: #9a9a9a;
}

.search_box .search_btn {
    background: linear-gradient(bottom, #e5f2d7, #ffffff 88%, #ffffff);
    background: -webkit-linear-gradient(bottom, #e5f2d7, #ffffff 88%, #ffffff);
    background: -moz-linear-gradient(bottom, #e5f2d7, #ffffff 88%, #ffffff);
    background: -ms-linear-gradient(bottom, #e5f2d7, #ffffff 88%, #ffffff);
    background: -o-linear-gradient(bottom, #e5f2d7, #ffffff 88%, #ffffff);
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 3px 20px rgba(126, 132, 121, .35);
    cursor: pointer;
}

.servicePc .search_box .search_btn {
    height: 38px;
    width: 70px;
    border-radius: 30px;
}

.servicePc .search_box .search_btn img {
    width: 23px;
    height: 23px;
    display: block;
}

.servicePc .table_content {
    width: 1100px;
    background: #ffffff;
    margin: 50px auto 0;
    padding: 10px;
}

.table_content table {
    border: 1.5px solid #3d7c10;
}

.table_content thead {
    background: #80a856;
}

.table_content table tbody {
    border-bottom: 1.5px solid #3d7c10;
}

.table_content table tbody:last-child {
    border-bottom: 0;
}

.servicePc .table_content tr th,
.servicePc .table_content tr td {
    font-size: 15px;
    padding: 10px;
    text-align: center;
}

.table_content tr th {
    color: #ffffff;
}

.table_content tr td {
    color: #000;
    border-bottom: 1px solid #f6f6f6;
}

.table_content tr th span {
    padding: 0 15px;
}

.table_content tr td.tdbg {
    background: #f6f6f6;
    border-bottom: none;
}

/* 点击返回顶部 */
.servicePc .back_top {
    position: fixed;
    bottom: 20%;
    left: 50%;
    z-index: 999;
    cursor: pointer;
    transform: translateX(550px);
}

.servicePc .back_top img {
    width: 35px;
    display: block;
}

/* index H5 开始 */
.top_head {
    width: 100%;
    height: 60px;
    padding: 0 15px;
    background: #d3e8d5;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 600;
}

.top_head .to_left {
    width: 10px;
    height: 17px;
    display: block;
    cursor: pointer;
}

.serviceH5 {
    padding-top: 60px;
}

.serviceH5 .title {
    width: 98%;
    margin: 15px auto 0;
}

.serviceH5 .search_box {
    width: 84%;
    height: 38px;
    border-radius: 20px;
    margin: 25px auto 0;
}

.serviceH5 .search_box input {
    font-size: 13px;
    padding: 0 70px 0 15px;
}

.serviceH5 .search_box .search_btn {
    height: 30px;
    width: 55px;
    border-radius: 30px;
}

.serviceH5 .search_box .search_btn img {
    width: 19px;
    height: 19px;
    display: block;
}

.serviceH5 .table_content {
    width: calc(100% - 10px);
    background: #ffffff;
    margin: 25px auto 0;
    padding: 5px;
}

.serviceH5 .table_content tr th,
.serviceH5 .table_content tr td {
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

.serviceH5 .table_content tr th span {
    padding: 0 5px;
}
.serviceH5 .back_top {
    position: fixed;
    bottom: 20%;
    right: 0;
    z-index: 999;
    cursor: pointer;
}

.serviceH5 .back_top img {
    width: 37px;
    display: block;
}